home *** CD-ROM | disk | FTP | other *** search
/ Introduction to 3D Game …ogramming with DirectX 12 / Introduction-to-3D-Game-Programming-with-DirectX-12.ISO / Code.Textures / Chapter 1 Vector Algebra / XMVECTOR / XMVECTOR.vcxproj < prev   
Encoding:
Extensible Markup Language  |  2016-03-02  |  7.5 KB  |  155 lines

  1. ∩╗┐<?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3.   <ItemGroup Label="ProjectConfigurations">
  4.     <ProjectConfiguration Include="Debug|Win32">
  5.       <Configuration>Debug</Configuration>
  6.       <Platform>Win32</Platform>
  7.     </ProjectConfiguration>
  8.     <ProjectConfiguration Include="Debug|x64">
  9.       <Configuration>Debug</Configuration>
  10.       <Platform>x64</Platform>
  11.     </ProjectConfiguration>
  12.     <ProjectConfiguration Include="Release|Win32">
  13.       <Configuration>Release</Configuration>
  14.       <Platform>Win32</Platform>
  15.     </ProjectConfiguration>
  16.     <ProjectConfiguration Include="Release|x64">
  17.       <Configuration>Release</Configuration>
  18.       <Platform>x64</Platform>
  19.     </ProjectConfiguration>
  20.   </ItemGroup>
  21.   <PropertyGroup Label="Globals">
  22.     <ProjectGuid>{508E9197-885A-4954-B5DD-B528CE27E803}</ProjectGuid>
  23.     <Keyword>Win32Proj</Keyword>
  24.     <RootNamespace>XMVECTOR</RootNamespace>
  25.   </PropertyGroup>
  26.   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  27.   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  28.     <ConfigurationType>Application</ConfigurationType>
  29.     <UseDebugLibraries>true</UseDebugLibraries>
  30.     <PlatformToolset>v140</PlatformToolset>
  31.     <CharacterSet>Unicode</CharacterSet>
  32.   </PropertyGroup>
  33.   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  34.     <ConfigurationType>Application</ConfigurationType>
  35.     <UseDebugLibraries>true</UseDebugLibraries>
  36.     <PlatformToolset>v140</PlatformToolset>
  37.     <CharacterSet>Unicode</CharacterSet>
  38.   </PropertyGroup>
  39.   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  40.     <ConfigurationType>Application</ConfigurationType>
  41.     <UseDebugLibraries>false</UseDebugLibraries>
  42.     <PlatformToolset>v140</PlatformToolset>
  43.     <WholeProgramOptimization>true</WholeProgramOptimization>
  44.     <CharacterSet>Unicode</CharacterSet>
  45.   </PropertyGroup>
  46.   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  47.     <ConfigurationType>Application</ConfigurationType>
  48.     <UseDebugLibraries>false</UseDebugLibraries>
  49.     <PlatformToolset>v140</PlatformToolset>
  50.     <WholeProgramOptimization>true</WholeProgramOptimization>
  51.     <CharacterSet>Unicode</CharacterSet>
  52.   </PropertyGroup>
  53.   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  54.   <ImportGroup Label="ExtensionSettings">
  55.   </ImportGroup>
  56.   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  57.     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  58.   </ImportGroup>
  59.   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
  60.     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  61.   </ImportGroup>
  62.   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  63.     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  64.   </ImportGroup>
  65.   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
  66.     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  67.   </ImportGroup>
  68.   <PropertyGroup Label="UserMacros" />
  69.   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  70.     <LinkIncremental>true</LinkIncremental>
  71.   </PropertyGroup>
  72.   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  73.     <LinkIncremental>true</LinkIncremental>
  74.   </PropertyGroup>
  75.   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  76.     <LinkIncremental>false</LinkIncremental>
  77.   </PropertyGroup>
  78.   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  79.     <LinkIncremental>false</LinkIncremental>
  80.   </PropertyGroup>
  81.   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  82.     <ClCompile>
  83.       <PrecompiledHeader>
  84.       </PrecompiledHeader>
  85.       <WarningLevel>Level3</WarningLevel>
  86.       <Optimization>Disabled</Optimization>
  87.       <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  88.       <FloatingPointModel>Fast</FloatingPointModel>
  89.       <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
  90.     </ClCompile>
  91.     <Link>
  92.       <SubSystem>Console</SubSystem>
  93.       <GenerateDebugInformation>true</GenerateDebugInformation>
  94.     </Link>
  95.   </ItemDefinitionGroup>
  96.   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  97.     <ClCompile>
  98.       <PrecompiledHeader>
  99.       </PrecompiledHeader>
  100.       <WarningLevel>Level3</WarningLevel>
  101.       <Optimization>Disabled</Optimization>
  102.       <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  103.       <FloatingPointModel>Fast</FloatingPointModel>
  104.     </ClCompile>
  105.     <Link>
  106.       <SubSystem>Console</SubSystem>
  107.       <GenerateDebugInformation>true</GenerateDebugInformation>
  108.     </Link>
  109.   </ItemDefinitionGroup>
  110.   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  111.     <ClCompile>
  112.       <WarningLevel>Level3</WarningLevel>
  113.       <PrecompiledHeader>
  114.       </PrecompiledHeader>
  115.       <Optimization>MaxSpeed</Optimization>
  116.       <FunctionLevelLinking>true</FunctionLevelLinking>
  117.       <IntrinsicFunctions>true</IntrinsicFunctions>
  118.       <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  119.       <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
  120.       <FloatingPointModel>Fast</FloatingPointModel>
  121.     </ClCompile>
  122.     <Link>
  123.       <SubSystem>Console</SubSystem>
  124.       <GenerateDebugInformation>true</GenerateDebugInformation>
  125.       <EnableCOMDATFolding>true</EnableCOMDATFolding>
  126.       <OptimizeReferences>true</OptimizeReferences>
  127.     </Link>
  128.   </ItemDefinitionGroup>
  129.   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  130.     <ClCompile>
  131.       <WarningLevel>Level3</WarningLevel>
  132.       <PrecompiledHeader>
  133.       </PrecompiledHeader>
  134.       <Optimization>MaxSpeed</Optimization>
  135.       <FunctionLevelLinking>true</FunctionLevelLinking>
  136.       <IntrinsicFunctions>true</IntrinsicFunctions>
  137.       <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  138.     </ClCompile>
  139.     <Link>
  140.       <SubSystem>Console</SubSystem>
  141.       <GenerateDebugInformation>true</GenerateDebugInformation>
  142.       <EnableCOMDATFolding>true</EnableCOMDATFolding>
  143.       <OptimizeReferences>true</OptimizeReferences>
  144.     </Link>
  145.   </ItemDefinitionGroup>
  146.   <ItemGroup>
  147.     <ClCompile Include="InitFunctions.cpp" />
  148.     <ClCompile Include="tol.cpp" />
  149.     <ClCompile Include="VectorOps.cpp" />
  150.     <ClCompile Include="xmvec3.cpp" />
  151.   </ItemGroup>
  152.   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  153.   <ImportGroup Label="ExtensionTargets">
  154.   </ImportGroup>
  155. </Project>